Add tool bar style text-image-horiz (text to the left of the image).
authorJan D. <jan.h.d@swipnet.se>
Wed, 28 Jul 2010 17:34:51 +0000 (19:34 +0200)
committerJan D. <jan.h.d@swipnet.se>
Wed, 28 Jul 2010 17:34:51 +0000 (19:34 +0200)
commit7a4ab4fd25c602f6a4ec2ae55d6afe8e3bb2ab5f
tree492a21fff57814e47f33a07997cef784e4d790de
parent36dfd846a8e195b25d7d69e4e29ff7e4f207a32b
Add tool bar style text-image-horiz (text to the left of the image).

* lisp/cus-start.el (tool-bar-style): Add text-image-horiz.

* src/gtkutil.c (xg_make_tool_item, xg_show_toolbar_item): Handle tool bar
style text_image_horiz.

* src/lisp.h (Qtext_image_horiz): Declare.

* src/xdisp.c (Qtext_image_horiz): Define.
(syms_of_xdisp): Initialize Qtext_image_horiz.  Add text-image-horiz
to ducumentation of tool-bar-style.

* src/xsettings.c (Ftool_bar_get_system_style): Also check for
Qtext_image_horiz.
lisp/ChangeLog
lisp/cus-start.el
src/ChangeLog
src/gtkutil.c
src/lisp.h
src/xdisp.c
src/xsettings.c